This is a special tool that converts SPE programs into an object file that can be linked into a PPE executable. 这是一个特殊工具,可以将SPE程序转换成一个能被链接进PPE可执行程序的对象文件。
STABs are the native format for debugging information in the a.out and XCOFF object file formats. STAB是a.out和XCOFF对象文件格式的调试信息的本机格式。
Compile each source file to an object file, for example:$ gcc-c primes. c. 把每个源代码文件编译为对象文件,例如:$gcc-cprimes.c。
By typing the following command, you can see an assembly listing of every section in the object file that contains executable code. 通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
All splices are bundled into a single object file ready to be injected into the kernel. 所有拼接打包成一个对象文件,准备注入内核。
This information can be useful when exploring a rather large object file. 在研究一个较大的目标文件时,该信息可能非常有用。
The compiler transforms the text that you create in the code editor into an object file. 编译器可以将您在代码编辑器中创建的文本转换为目标文件。
The Extended Object File System ( exofs) is a traditional Linux file system built over an object storage system. ExtendedObjectFileSystem(exofs)是构建在对象存储系统上的一种传统的Linux文件系统。
Many notable object file formats exist in the world of computer programming. 计算机编程领域中存在许多著名的目标文件格式。
Understanding object files requires a set of tools that can read the various portions of the object file and display them in a more readable format. 要了解目标文件,需要一组可以读取目标文件中不同部分并以更易于读取的格式显示这些内容的工具。
A CU typically represents the text and data contributed to an executable by a single relocatable object file. CU通常用一个可重新定位的对象文件表示可执行文件的文本和数据。
The debugging information is stored as part of the object file's symbol table and thus is limited in complexity and scope. 调试信息是作为对象文件的符号表的一部分进行存储的,因此复杂性和范围是有限的。
Learn more about the object file format and the tools that you can use for exploring object files found on your system. 了解更多关于目标文件格式的内容,以及可以用来研究系统中目标文件的工具。
If the object files change, the probe object file must be regenerated or the linking will fail. 如果对象文件改变了,必须重新生成探测对象文件,否则链接会失败。
Even a simple Hello World program contains a vast array of details when it reaches the object file stage. 在目标文件阶段,即使是一个简单的HelloWorld程序,其中也包含了大量的细节信息。
The GNU tools can also emit STABs in the COFF and ECOFF object file formats. GNU工具也可以在COFF和ECOFF对象文件格式中生成STAB。
For some object file formats, the debugging information is encapsulated in assembler directives known collectively as STAB directives, which are interspersed with the generated code. 对于某些对象文件格式,调试信息被封装到统称为STAB指令的汇编程序指令中,这些指令分布在生成的代码中。
The index lists each symbol, defined by a member of an archive, that is a relocatable object file. 这个索引列出了存档文件的成员(可重定位目标文件)所定义的每个符号。
The first tool on the list is nm, which lists the symbols in an object file. 列表中的第一个工具是nm,它可以列出目标文件中的符号。
In addition, on Solaris/ OpenSolaris, you will need to include the generated object file in the library along with the original object files. 另外,在Solaris/OpenSolaris上,需要在库中包含生成的对象文件和普通的对象文件。
Creating the dll shared object file 创建dll共享目标文件
The second step ( linking) tells the compiler to take the object file and create a shared object. 第二步(连接)告诉编译器取得对象文件并创建一个共享对象。
The byte order of the STABs binary data depends on the object file format. STAB二进制数据的字节顺序取决于对象文件格式。
The shared object file for the UPPERCASE dll is opened by dlopen and the handle is returned using the absolute path "/ home/ dlTest/ UPPERCASE. so" and the option RTLD_LAZY. 使用绝对路径“/home/dlTest/UPPERCASE.so”和选项RTLDLAZY,dlopen打开UPPERCASEdll的共享目标文件并返回句柄。
When you compile your code using the-g debugging option, the compiler includes debugging information in the resulting object file which relates source line numbers to the program instructions. 当您使用g调试选项汇编您的代码时,汇编器会在结果的对象文件中包含调试信息,该目标文件关联了项目指导的代码行行号。
The probe object file you generate, and the object files on which it was based, must match. 生成的探测对象文件与它基于的对象文件必须匹配。
First, it compiles the C source code into an object file and subsequently creates the shared library that will be loaded by DB2 at runtime when one of the procedures is called. 首先,它将C源代码编译成一个目标文件,随后创建共享库,在运行时当其中一个过程被调用时,DB2将装载这个共享库。
The compiler is ignoring the extraneous object file. 编译器将忽略这个无关的目标文件。
Tell GDB that readonly sections in your object file really are read-only ( i.e.that their contents will not change). 告诉GDB对象文件中的只读段确实是只读的(他们的内容将不会被改变)。